home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / bcode / bcmag31.exe / {app} / bcMagic.exe / 0 / RCDATA / TFSKIPDLG / TFSKIPDLG.txt
Text File  |  2001-12-23  |  1KB  |  60 lines

  1. object FSkipDlg: TFSkipDlg
  2.   Left = 203
  3.   Top = 115
  4.   Width = 502
  5.   Height = 402
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Select Starting Label'
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 329
  24.     Width = 494
  25.     Height = 41
  26.     Align = alBottom
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object OkayBtn: TBitBtn
  30.       Left = 413
  31.       Top = 2
  32.       Width = 75
  33.       Height = 25
  34.       Anchors = [akTop, akRight]
  35.       Caption = '&OK'
  36.       ModalResult = 1
  37.       TabOrder = 0
  38.     end
  39.   end
  40.   object Panel2: TPanel
  41.     Left = 0
  42.     Top = 0
  43.     Width = 494
  44.     Height = 329
  45.     Align = alClient
  46.     BevelInner = bvLowered
  47.     BevelOuter = bvNone
  48.     BorderWidth = 7
  49.     Caption = 'Panel2'
  50.     TabOrder = 1
  51.     object ImgPage: TImage
  52.       Left = 8
  53.       Top = 8
  54.       Width = 478
  55.       Height = 313
  56.       Align = alClient
  57.     end
  58.   end
  59. end
  60.